RedirectPermanent Method

Syntax

Context.Response.RedirectPermanent as V (Url as C, EndResponse as L = .F.)

Arguments

UrlCharacter

The URL to which the client should be redirected.

EndResponseLogical

Optional. Flag for whether page execution should terminate immediately or not. This defaults to .F.

Description

Redirect the client and optionally terminate processing the current page

Discussion

Context.Response.RedirectPermanent() Redirect the client by returning a 301 Redirect permanent HTTP status code and optionally terminate processing the current page.